which cache is faster ?
am 03.03.2010 15:12:12 von Sachin Gopal
--0016363b8fc08dd3920480e6116e
Content-Type: text/plain; charset=ISO-8859-1
Hi
On a production machine we want to deploy caching where users would be
around 300. Which cache is
faster and why ? Mod_mem_cache or mod_disk_cache.
Thanks
--
Sachin
--0016363b8fc08dd3920480e6116e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi
On a production machine we want to deploy caching whe=
re users would be around 300. Which cache is
faster and why ? Mod=
_mem_cache or mod_disk_cache.
Thanks
ll">
--
Sachin=A0
--0016363b8fc08dd3920480e6116e--
Re: which cache is faster ?
am 03.03.2010 15:21:10 von Philip Wigg
On 3 March 2010 14:12, Sachin Gopal wrote:
> Hi
> On a production machine we want to deploy caching where users would be
> around 300. Which cache is
> faster and why ? Mod_mem_cache or mod_disk_cache.
There's a good explanation of the advantages and disadvantages of both here:-
http://httpd.apache.org/docs/2.2/mod/mod_mem_cache.html
http://httpd.apache.org/docs/2.2/caching.html#inmemory
Basically it says you're probably better off using mod_disk_cache and
letting your OS handle the in-memory caching unless you're using
Apache as a proxy.
Phil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: which cache is faster ?
am 03.03.2010 16:01:45 von Sachin Gopal
--0016364eea36cdc4cd0480e6c2e1
Content-Type: text/plain; charset=ISO-8859-1
Thanks Phil.
On Wed, Mar 3, 2010 at 7:51 PM, Philip Wigg wrote:
> On 3 March 2010 14:12, Sachin Gopal wrote:
> > Hi
> > On a production machine we want to deploy caching where users would be
> > around 300. Which cache is
> > faster and why ? Mod_mem_cache or mod_disk_cache.
>
> There's a good explanation of the advantages and disadvantages of both
> here:-
>
> http://httpd.apache.org/docs/2.2/mod/mod_mem_cache.html
> http://httpd.apache.org/docs/2.2/caching.html#inmemory
>
> Basically it says you're probably better off using mod_disk_cache and
> letting your OS handle the in-memory caching unless you're using
> Apache as a proxy.
>
> Phil.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
--
Sachin Gopal
--0016364eea36cdc4cd0480e6c2e1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Thanks Phil.
--
Sachin Gopal
--0016364eea36cdc4cd0480e6c2e1--